BaseSubsystem.ReadMemoryUInt64 method
Reads an unsigned long integer from the shared memory.
Namespace: IntervalZero.KINGSTAR.Base.Class
Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
ulong ReadMemoryUInt64(
int byteOffset
)
Function ReadMemoryUInt64(
byteOffset As Integer
) As ULong
Parameters
byteOffset
Type: int
Specifies a byte offset to the location to read an unsigned long integer value. Indexes are zero based.
Return value
Type: ulong
Usable EtherCAT states
ecatOffline, ecatInit, ecatBoot, ecatPreOP, ecatSafeOP, ecatOP
See also